home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Internet / Adium1.6.2c.sit / Adium 1.6.2c / Adium.app / Contents / Resources / ConnectPanel.nib / classes.nib next >
Encoding:
Text File  |  2002-10-19  |  1.2 KB  |  33 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 autoConnect = id; 
  6.                 cancel = id; 
  7.                 connect = id; 
  8.                 forgotPassword = id; 
  9.                 registerNewScreenName = id; 
  10.                 savePassword = id; 
  11.                 selectNameFromMenu = id; 
  12.                 showSavedNameWindow = id; 
  13.                 useAOLScreenName = id; 
  14.             }; 
  15.             CLASS = AIConnectPanelController; 
  16.             LANGUAGE = ObjC; 
  17.             OUTLETS = {
  18.                 "button_cancel" = NSButton; 
  19.                 "button_connect" = NSButton; 
  20.                 "checkBox_autoConnect" = NSButton; 
  21.                 "checkBox_savePassword" = NSButton; 
  22.                 "popUpButton_savedNameMenu" = NSPopUpButton; 
  23.                 "progressBar_connecting" = NSProgressIndicator; 
  24.                 "textField_connectionStatus" = NSTextField; 
  25.                 "textField_password" = NSTextField; 
  26.                 "textField_screenName" = NSTextField; 
  27.             }; 
  28.             SUPERCLASS = NSWindowController; 
  29.         }, 
  30.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  31.     ); 
  32.     IBVersion = 1; 
  33. }